home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / unhtml15.zip / UNHTML.ZIP / UNHTML.DOC < prev   
Text File  |  1996-06-07  |  4KB  |  146 lines

  1.                            --==| UNHTML v1.5 |==--
  2.  
  3.            (C)opyright 1996 by Jawed Karim <Jawed.Karim-1@Umn.edu>
  4.  
  5.  
  6.  
  7. What's New
  8. ==========
  9.  
  10. UNHTML v1.3 --> v1.5 :
  11.  
  12.         o The DOS executable has been compiled with a newer version
  13.           of djgpp.
  14.  
  15.         o The manual editing request by unhtml is now optional and can
  16.           be turned on and off with the -e command line option.
  17.  
  18.         o Displaying the output file while processing the input file on
  19.           screen is optional and is controlled with the -d command line
  20.           option.
  21.  
  22.         o Unhtml's output style has been modified and a small help screen
  23.           was added.
  24.  
  25. UNHTML v1.0 --> v1.3 :
  26.         
  27.         o The output files contain fewer empty lines, thus
  28.           reducing its size.
  29.  
  30.         o An ELF executable for Linux is included.
  31.  
  32.         o An editor can be launched after completion to
  33.           manually edit the output file.
  34.  
  35.         o UNHTML counts how many HTML tags were removed.
  36.  
  37.         o Special character symbols '&' and ';' no longer
  38.           cause trouble within '<' and '>'.
  39.  
  40.  
  41. Instructions
  42. ============
  43.  
  44. UnHTML v1.5 (C)opyright 1996 Jawed Karim <Jawed.Karim-1@Umn.edu>
  45.  
  46. Usage: unhtml <inputfile> <outputfile> [-d][-e]
  47.                                                
  48.         
  49.         <inputfile> : The file that contains HTML code.
  50.  
  51.         <outputfile>: After removing the HTML code, the text
  52.                       will be written to this file.
  53.  
  54.  
  55.         [-d]        : Tells Unhtml to display the output file on screen
  56.                       while processing it.
  57.  
  58.         [-e]        : Causes unhtml to ask the user for manual editing.
  59.  
  60.         ==> Edit index.txt manually [y] ?
  61.  
  62.         If you would  like  to  edit the output file manually with a text
  63.         editor, press 'y' at  this  point. If not, just hit enter. UNHTML
  64.         will attempt to execute a file, depending on which system you are 
  65.         using.
  66.  
  67.         under Linux: command 'pico'  will be executed
  68.         under MSDOS: command 'edit'  will be executed
  69.         under OS/2 : command 'tedit' will be executed
  70.  
  71.         Should you get an error message under MSDOS or OS/2, make a 
  72.         batchfile that points to an editor such as the following 
  73.         example of a DOS BATCHFILE:
  74.  
  75.         ---CUT HERE---
  76.         c:\dos\edit %1
  77.         ---CUT HERE---         
  78.         
  79.         Save this file as 'EDIT.BAT' in the same path as UNHTML, or have
  80.         it in a path that is contained in your PATH variable.
  81.            
  82.         Accordingly the OS/2 BATCHFILE would look like this:
  83.  
  84.         ---CUT HERE---
  85.         c:\os2\tedit.exe %1
  86.         ---CUT HERE---
  87.         
  88.         Save this file as 'TEDIT.CMD' in the same path as UNHTML, or have
  89.         it in a path that is contained in your PATH variable.
  90.  
  91.         Under Linux, if you get an error message, make a symbolic link
  92.         that points to whichever editor you use. Name the link 'pico'.
  93.         For more help, see: man ln
  94.  
  95.  
  96. OS/2 Warp
  97. =========
  98.  
  99. This executable requires you to have the EMX Runtime version v0.9b or
  100. higher. It is available at:
  101.  
  102. ftp://hobbes.nmsu.edu/os2/unix/emx09b/emxrt.zip
  103.  
  104. This is worth getting since you will be able to use long filenames with
  105. UNHTML for OS/2.
  106.  
  107.  
  108. Linux
  109. =====
  110.  
  111. This ELF executable has been tested under Linux 1.2.13.
  112.  
  113.  
  114. MSDOS
  115. =====
  116.  
  117. Unless you are running UNHTML for MSDOS in an OS/2, or Windows(95/3.1/NT)
  118. DOS window, you need to have the file CWSDPMI.EXE in your path variable,
  119. or in the same directory as UNHTML.
  120.  
  121.  
  122. Where to find updates
  123. =====================
  124.  
  125. New UNHTML versions will be posted on:
  126.  
  127. http://umn.edu/~kari0022
  128.  
  129. or search for "Jawed Karim" on Yahoo! (http://www.yahoo.com)
  130.  
  131. or email Jawed Karim at:
  132.  
  133. Jawed.Karim-1@umn.edu
  134. kari0022@gold.tc.umn.edu
  135.  
  136. -----BEGIN PGP PUBLIC KEY BLOCK-----
  137. Version: 2.6.2
  138.  
  139. mQBtAzAEEsYAAAEDAKkXRZuRhuJ919uqvT4jzBRNw5Xi6+N5uH3QIoyPR1qeA3NW
  140. 60ji+3Yo2lOewzKrw0z8Aon5KsCfR/dAYJKpWIbQCI9WEedArFRxP48ClsHneWB9
  141. VYmMQnpu4PUi2KOHDQAFEbQmSmF3ZWQgS2FyaW0gPGthcmkwMDIyQGdvbGQudGMu
  142. dW1uLmVkdT4=
  143. =O8+H
  144. -----END PGP PUBLIC KEY BLOCK-------
  145.  
  146.